home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / basdoc20.zip / README.1ST < prev    next >
Text File  |  1992-10-22  |  2KB  |  24 lines

  1. BASIC Insight is a utility program which helps with the documentation and
  2. debugging of BASIC programs.  It is specifically written for use with the
  3. programs developed with Microsoft versions of BASIC including Visual BASIC(tm).
  4.  
  5. BASIC Insight provides the system developer with a formatted source listing and
  6. variable cross-reference (for each subroutine and for the program as a whole)
  7. for BASIC programs.  The formatted listing shows the range and type of each
  8. program structure and displays error messages if the structures are improperly
  9. nested.  The program can also simultaneously produce an indented source file
  10. which makes the program source easier to read.
  11.  
  12. BASIC Insight can also work with lists of files that are part of the same
  13. program and provides support for INCLUDE files.  The program is menu driven and
  14. works well with either keyboard or mouse operation.  The program is also
  15. capable of processing a number of programs by using a batch file and specifying
  16. necessary information using command line switches.  In either menu or command
  17. line mode, BASIC Insight can write program documentation, along with its table
  18. of contents, to either a file or to the printer.  The user is also given
  19. control over the page layout including the page header, which may include the
  20. date, time, file name, subroutine name, and page number.  The page settings and
  21. other configuration information may be saved to a configuration file.
  22.  
  23. BASIC Insight also includes on-line help and command line help functions.
  24.